Support latest opentelemetry version for tracing sdk#18534
Support latest opentelemetry version for tracing sdk#18534samvaity merged 6 commits intoAzure:masterfrom
Conversation
444aa90 to
5e19756
Compare
2abe73f to
4c9bec2
Compare
...ng-opentelemetry/src/main/java/com/azure/core/tracing/opentelemetry/OpenTelemetryTracer.java
Outdated
Show resolved
Hide resolved
...lemetry/src/main/java/com/azure/core/tracing/opentelemetry/implementation/HttpTraceUtil.java
Outdated
Show resolved
Hide resolved
4c9bec2 to
29ec743
Compare
|
This pull request is protected by Check Enforcer. What is Check Enforcer?Check Enforcer helps ensure all pull requests are covered by at least one check-run (typically an Azure Pipeline). When all check-runs associated with this pull request pass then Check Enforcer itself will pass. Why am I getting this message?You are getting this message because Check Enforcer did not detect any check-runs being associated with this pull request within five minutes. This may indicate that your pull request is not covered by any pipelines and so Check Enforcer is correctly blocking the pull request being merged. What should I do now?If the check-enforcer check-run is not passing and all other check-runs associated with this PR are passing (excluding license-cla) then you could try telling Check Enforcer to evaluate your pull request again. You can do this by adding a comment to this pull request as follows: What if I am onboarding a new service?Often, new services do not have validation pipelines associated with them, in order to bootstrap pipelines for a new service, you can issue the following command as a pull request comment: |
3779c63 to
517c8e0
Compare
444abd3 to
01b6712
Compare
sdk/core/azure-core-tracing-opentelemetry/src/samples/AsyncListKeyVaultSecretsSample.md
Outdated
Show resolved
Hide resolved
sdk/core/azure-core-tracing-opentelemetry/src/samples/AsyncListKeyVaultSecretsSample.md
Outdated
Show resolved
Hide resolved
| <groupId>org.apache.maven.plugins</groupId> | ||
| <artifactId>maven-checkstyle-plugin</artifactId> | ||
| <version>3.1.0</version> <!-- {x-version-update;org.apache.maven.plugins:maven-checkstyle-plugin;external_dependency} --> | ||
| <version>3.1.1</version> <!-- {x-version-update;org.apache.maven.plugins:maven-checkstyle-plugin;external_dependency} --> |
There was a problem hiding this comment.
This should be updated in external_dependencies.txt
There was a problem hiding this comment.
This seems to be correct in the dependency file - https://github.com/Azure/azure-sdk-for-java/blob/master/eng/versioning/external_dependencies.txt#L232 ?
sdk/monitor/azure-opentelemetry-exporter-azuremonitor/CHANGELOG.md
Outdated
Show resolved
Hide resolved
sdk/monitor/azure-opentelemetry-exporter-azuremonitor/CHANGELOG.md
Outdated
Show resolved
Hide resolved
sdk/monitor/azure-opentelemetry-exporter-azuremonitor/src/main/java/module-info.java
Outdated
Show resolved
Hide resolved
f1a7450 to
90655a5
Compare
[Hub Generated] Review request for Microsoft.LoadTestService to add version preview/2022-04-15-preview (Azure#18534) * Adds base for updating Microsoft.LoadTestService from version preview/2021-12-01-preview to version 2022-04-15-preview * Updates readme * Updates API version in new specs and examples * v2022-04-01-prev, commiting with existing version * update 2022-04-01-preview spec * update examples in 2022-04-01-preview * updated 2022-04-15-preview spec * updated examples for 2022-04-15-preview * updated markdown files * Deleted 2022-04-01-preview from the public spec * prettify json * updated examples to contain encryption properties
This PR adds support to the latest
opentelemetry-api,0.14.1for tracing sdkazure-core-tracing-opentelemetryand Azure Monitor OpenTelemetry Exporter client library for Java.Closes : #18512